home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / FileEditorEx.wo / FileEditorEx.wos < prev    next >
Encoding:
Text File  |  1996-03-02  |  267 b   |  18 lines

  1. ////////////////////////
  2. //  FileEditor
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6. id filePathName;
  7.  
  8. - awake
  9. {
  10.    filePathName = [WOApp _pathForResource:@"Test" ofType:@"txt" 
  11.     inComponentWithName:@"FileEditorEx"];
  12. }
  13.  
  14. - setFilePathName:aValue
  15. {
  16.     return nil;
  17. }
  18.